C1.LiveLinq Namespace > Ordering<T> Class : ThenByDescending<TKey> Method |
'Declaration
Public Function ThenByDescending(Of TKey)( _ ByVal keySelector As System.Linq.Expressions.Expression(Of Func(Of T,TKey)) _ ) As Ordering(Of T)
public Ordering<T> ThenByDescending<TKey>( System.Linq.Expressions.Expression<Func<T,TKey>> keySelector )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2